encoding/json.field.typ (field)

9 uses

	encoding/json (current package)
		encode.go#L1049: 	typ       reflect.Type
		encode.go#L1072: 	next := []field{{typ: t}}
		encode.go#L1091: 			if visited[f.typ] {
		encode.go#L1094: 			visited[f.typ] = true
		encode.go#L1097: 			for i := 0; i < f.typ.NumField(); i++ {
		encode.go#L1098: 				sf := f.typ.Field(i)
		encode.go#L1155: 						typ:       ft,
		encode.go#L1167: 					if count[f.typ] > 1 {
		encode.go#L1180: 					next = append(next, field{name: ft.Name(), index: index, typ: ft})